python-markupsafe: update to version 3.0.3
authorJosef Schlehofer <[email protected]>
Tue, 21 Oct 2025 22:40:38 +0000 (00:40 +0200)
committerAlexandru Ardelean <[email protected]>
Fri, 31 Oct 2025 07:52:11 +0000 (09:52 +0200)
Release notes:
https://github.com/pallets/markupsafe/releases/tag/3.0.3

Signed-off-by: Josef Schlehofer <[email protected]>
lang/python/python-markupsafe/Makefile

index 63e5309d56abcb1528622148590743522d74a071..0b7c41a567798015de5bd5a4c31ba873eec5ef93 100644 (file)
@@ -5,11 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-markupsafe
-PKG_VERSION:=2.1.3
+PKG_VERSION:=3.0.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=MarkupSafe
-PKG_HASH:=af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad
+PYPI_SOURCE_NAME:=markupsafe
+PKG_HASH:=722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698
 
 PKG_MAINTAINER:=Jeffery To <[email protected]>
 PKG_LICENSE:=BSD-3-Clause